Version

ApplicationIndicator Method

Sets the Application Indicator assigned to identify the specification concerned by AIM International. The value is respected only when the Fnc1Mode is set to Industry. Its value may take the form of any single Latin alphabetic character from the set {a - z, A - Z} or a two-digit number.
Syntax
'Declaration
 
Public Function ApplicationIndicator( _
   ByVal applicationIndicator As System.String _
) As QRCodeBarcode(Of T)
public QRCodeBarcode<T> ApplicationIndicator( 
   System.string applicationIndicator
)

Parameters

applicationIndicator
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub